PdfAnnotationLineEndingStyle Enumeration
In This Topic
Specifies an annotation's line ending style.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum PdfAnnotationLineEndingStyle
Inherits System.Enum
[ComVisible(true)]
public enum PdfAnnotationLineEndingStyle : System.Enum
public enum PdfAnnotationLineEndingStyle = class(System.Enum)
ComVisibleAttribute()
public enum PdfAnnotationLineEndingStyle extends System.Enum
[ComVisible(true)]
__value public enum PdfAnnotationLineEndingStyle : public System.Enum
[ComVisible(true)]
public enum class PdfAnnotationLineEndingStyle : public System.Enum
Members
Member | Value | Description |
PdfAnnotationLineEndingStyleButt | 6 | (PDF 1.5) A short line at the endpoint perpendicular to the line itself. |
PdfAnnotationLineEndingStyleCircle | 1 | A circle filled with the annotation’s interior color, if any. |
PdfAnnotationLineEndingStyleClosedArrow | 4 | Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to form a triangular
closed arrowhead filled with the annotation’s interior color, if any. |
PdfAnnotationLineEndingStyleDiamond | 2 | A diamond shape filled with the annotation’s interior color, if any. |
PdfAnnotationLineEndingStyleNone | 5 | No line ending. |
PdfAnnotationLineEndingStyleOpenArrow | 3 | Two short lines meeting in an acute angle to form an open arrowhead. |
PdfAnnotationLineEndingStyleRClosedArrow | 8 | (PDF 1.5) A triangular closed arrowhead in the reverse direction from ClosedArrow. |
PdfAnnotationLineEndingStyleROpenArrow | 7 | (PDF 1.5) Two short lines in the reverse direction from OpenArrow. |
PdfAnnotationLineEndingStyleSlash | 9 | (PDF 1.6) A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself. |
PdfAnnotationLineEndingStyleSquare | 0 | A square filled with the annotation’s interior color, if any. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PdfAnnotationLineEndingStyle
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace